| #
0434f7f2 |
| 25-Nov-2020 |
James Ide <[email protected]> |
[guides] Expo Client -> Expo Go (#10868)
Why:
See #10847 for a fuller explanation. This commit replaces references to the Expo Client app with Expo Go in our markdown guides (not docs).
How:
Se
[guides] Expo Client -> Expo Go (#10868)
Why:
See #10847 for a fuller explanation. This commit replaces references to the Expo Client app with Expo Go in our markdown guides (not docs).
How:
Searched for "expo client" and just "client" in `guides` and looked at each search result. Replaced "Expo Client" with "Expo Go" in several places, and often reworded sentences. I noticed an understandable lack of consistency: some sentences talked about "Expo Client" while others mentioned "the clients" or "the Expo Client". "Client" was also inconsistently capitalized. Changing the sentences for Expo Go cleared up all these inconsistencies which felt reaffirming.
Test Plan:
Clicked through the links in various markdown files to make sure they still work (especially the links in the Release Workflow doc).
show more ...
|
| #
0a035cea |
| 12-Dec-2018 |
Stanisław Chmiela <[email protected]> |
[ios] Remove xcodeprojs from universal modules (#2919)
# Why
Fixes https://github.com/expo/expo/issues/2854.
# How
Removed all `EXUniversalModule.xcodeproj` from `packages`. Searched for `x
[ios] Remove xcodeprojs from universal modules (#2919)
# Why
Fixes https://github.com/expo/expo/issues/2854.
# How
Removed all `EXUniversalModule.xcodeproj` from `packages`. Searched for `xcodeproj` in `.md` files in `packages` and replaced with a short explanatory note:
> Due to the way we develop and use universal modules at Expo (with Cocoapods), we don't support the `xcodeproj` way to install the module in iOS projects. Sorry for the inconvenience!
Supporting `xcodeproj`s at the moment would involve either switching Expo Client to use `xcodeproj`s instead of Cocoapods or writing a Ruby script that would use `cocoapods` and `xcodeproj` gems to produce a valid `xcodeproj` file including all the source files defined as `source_files` in `podspec`. (`xcodeproj` files list all the files that should be included as project files).
# Test Plan
Expo Client project still compiles and runs ok.
show more ...
|